home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 1019 b | 37 lines | [TEXT/MPS ] |
- // UViewSkeleton.h
- // Copyright © 1991-96 by Apple Computer, Inc. All rights reserved.
-
-
- #ifndef __TRowSelectGridView__
- #define __TRowSelectGridView__
-
- #ifndef __UGRIDVIEW__
- #include "UGridView.h"
- #endif
-
- //----------------------------------------------------------------------------------------
- // TViewSkeleton
- //----------------------------------------------------------------------------------------
-
- class TRowSelectGridView : public TTextGridView
- {
- MA_DECLARE_CLASS;
- public:
- TRowSelectGridView();
- virtual ~TRowSelectGridView();
-
- virtual void DoMouseCommand(VPoint& theMouse,
- TToolboxEvent* event,
- CPoint hysteresis);
- virtual void GetText(GridCell aCell, CStr255& aString);
- };
-
- //----------------------------------------------------------------------------------------
- // Global initialization procedure
- //----------------------------------------------------------------------------------------
-
- extern void InitTRowSelectGridView();
- // Call this routine at initialization time
-
- #endif
-